Skip to content

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Nov 7, 2024

  • Use for-of loop
  • Put each case statement on its own line

@sbc100 sbc100 requested a review from kripken November 7, 2024 00:07
- Use for-of loop
- Put each case statement on its own line
@sbc100 sbc100 merged commit 47b9540 into emscripten-core:main Nov 7, 2024
28 checks passed
@sbc100 sbc100 deleted the sdk_cleanup branch November 7, 2024 03:01
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 7, 2024
This change replaced the usage of the legacy `keyCode` attribute
with the preferred `key` attribute, which also has the advantage of
removing some hardcoded constant numbers.

In order to test this change I fixed the `test_glfw_get_key_stuck`
test and added `test_sdl_key_test` to the interactive tests.

In doing so I noticed and fixed a crash bug that was introduced in emscripten-core#22874.
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 7, 2024
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 7, 2024
This change replaced the usage of the legacy `keyCode` attribute
with the preferred `key` attribute, which also has the advantage of
removing some hardcoded constant numbers.

In order to test this change I fixed the `test_glfw_get_key_stuck`
test and added `test_sdl_key_test` to the interactive tests.

In doing so I noticed and fixed a crash bug that was introduced in emscripten-core#22874.
sbc100 added a commit that referenced this pull request Nov 8, 2024
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 8, 2024
This change replaced the usage of the legacy `keyCode` attribute
with the preferred `key` attribute, which also has the advantage of
removing some hardcoded constant numbers.

In order to test this change I fixed the `test_glfw_get_key_stuck`
test and added `test_sdl_key_test` to the interactive tests.

In doing so I noticed and fixed a crash bug that was introduced in emscripten-core#22874.
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 13, 2024
This change replaced the usage of the legacy `keyCode` attribute
with the preferred `key` attribute, which also has the advantage of
removing some hardcoded constant numbers.

In order to test this change I fixed the `test_glfw_get_key_stuck`
test and added `test_sdl_key_test` to the interactive tests.

In doing so I noticed and fixed a crash bug that was introduced in emscripten-core#22874.
uysalibov pushed a commit to uysalibov/emscripten that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants